| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetMouseDownTracking function to get the current state of mouse-down tracking.
Boolean QTVRGetMouseDownTracking (QTVRInstanceqtvr);
The QTVRGetMouseDownTracking function returns, as its function result, a Boolean value that indicates whether QuickTime VR is currently handling mouse-down tracking for the QuickTime VR movie specified by the qtvr parameter ( true ) or not ( false ). By default, QuickTime VR tracks mouse clicks in a QuickTime VR movie and triggers hot spots as necessary.
Use QTVRSetMouseDownTracking (next) to change the mouse-down tracking state of a QuickTime VR movie.
| Previous | Chapter contents | Chapter top | Section top | Next |